home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 1
/
Nebula One.iso
/
Mail
/
MailEnclosure
/
Source.v0.15
/
info.subproj
/
Credits.h
next >
Wrap
Text File
|
1995-06-12
|
322b
|
23 lines
#import <dpsclient/dpsNeXT.h>
#import <appkit/appkit.h>
@interface Credits:Object
{
id scrollView;
id clipView;
NXPoint origin;
BOOL done;
id text;
DPSTimedEntry scrollFunc;
double seconds;
}
- init;
- setScrollView: anObject;
- start: sender;
- setSeconds: (double) sec;
- (double) seconds;
@end